aboutsummaryrefslogtreecommitdiff
path: root/comms/yawmppp/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-06-10 15:49:47 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-06-10 15:49:47 +0000
commit8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab (patch)
treed074586e79deab4d06763ba9ca3d6291550e5b27 /comms/yawmppp/Makefile
parent3d10e812b3cf0015e47a07e9050f4eeadeb7a168 (diff)
downloadports-8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab.tar.gz
ports-8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab.zip
Fix lib dependency to make bento happy.
PR: 27953 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=43770
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r--comms/yawmppp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile
index 4bb8cee1553d..67b33d4de571 100644
--- a/comms/yawmppp/Makefile
+++ b/comms/yawmppp/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GTK= yes
+USE_XPM= yes
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include"
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
--x-libraries="${X11BASE}/lib"