diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-10 23:49:47 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-10 23:49:47 +0800 |
commit | 9feee1f23b602930511673a341206cd8e6048811 (patch) | |
tree | 56237be5bb37d4a9b29ac02366cccbeab80ad801 /comms/yawmppp | |
parent | ba7d712c633d5b8ed0f72054abda9f741c7f082d (diff) | |
download | freebsd-ports-graphics-9feee1f23b602930511673a341206cd8e6048811.tar.gz freebsd-ports-graphics-9feee1f23b602930511673a341206cd8e6048811.tar.zst freebsd-ports-graphics-9feee1f23b602930511673a341206cd8e6048811.zip |
Fix lib dependency to make bento happy.
PR: 27953
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'comms/yawmppp')
-rw-r--r-- | comms/yawmppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index 4bb8cee1553..67b33d4de57 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" |