diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-18 04:54:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-18 04:54:11 +0000 |
commit | 4fb7eb3a615854e8f8d1a6a24cd1719e45b05048 (patch) | |
tree | 97603b3a647ecc94fe07a50ad9e1778a600e9316 /comms | |
parent | ccf49f7cf84145398840b9259967067bf46063a6 (diff) | |
download | ports-4fb7eb3a615854e8f8d1a6a24cd1719e45b05048.tar.gz ports-4fb7eb3a615854e8f8d1a6a24cd1719e45b05048.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 1 | ||||
-rw-r--r-- | comms/gnokii/Makefile | 1 | ||||
-rw-r--r-- | comms/yawmppp/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index ba6e23ff92bc..d1aceeb3c6f2 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOMENG= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack libpanel libcapplet libglade GNU_CONFIGURE= yes diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 5fad283ae8a6..c6653cbd7aa9 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes .if !defined(WITHOUT_X11) USE_XPM= yes -USE_GNOMENG= yes USE_GNOME= gtk12 .endif INSTALLS_SHLIB= yes diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index b97910b13d05..f22eb7db6398 100644 --- a/comms/yawmppp/Makefile +++ b/comms/yawmppp/Makefile @@ -16,7 +16,6 @@ COMMENT= A Window Maker dockapp that helps with easy use of pppd USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOMENG= yes USE_GNOME= gtk12 USE_XPM= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include" |