diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-10 15:49:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-10 15:49:47 +0000 |
commit | 8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab (patch) | |
tree | d074586e79deab4d06763ba9ca3d6291550e5b27 /comms/yawmppp | |
parent | 3d10e812b3cf0015e47a07e9050f4eeadeb7a168 (diff) | |
download | ports-8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab.tar.gz ports-8ecc5232fba5234dd8f7bcf5245d0a03b876b7ab.zip |
Notes
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 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" |