diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-18 12:54:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-18 12:54:11 +0800 |
commit | a5ce28db2c3bdcf089a51a0332e6e97a73a950f4 (patch) | |
tree | 67d8fab3660aa2f14a498e0ec7f12e9cf0815f54 /comms | |
parent | c0eef0c25f38eba673c33ade0272f3304b2e0e74 (diff) | |
download | freebsd-ports-gnome-a5ce28db2c3bdcf089a51a0332e6e97a73a950f4.tar.gz freebsd-ports-gnome-a5ce28db2c3bdcf089a51a0332e6e97a73a950f4.tar.zst freebsd-ports-gnome-a5ce28db2c3bdcf089a51a0332e6e97a73a950f4.zip |
Remove USE_GNOMENG.
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" |