diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /archivers | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 2 | ||||
-rw-r--r-- | archivers/rvm/Makefile | 1 | ||||
-rw-r--r-- | archivers/squeeze/Makefile | 2 | ||||
-rw-r--r-- | archivers/unshield/Makefile | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 5a43bfba3f77..bc223b73777c 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -19,7 +19,7 @@ COMMENT= Transparently handles automatic compression and decompression of files GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" USE_LDCONFIG= yes diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 5c13dcf20ce5..53b1b9843ec6 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_LATEST_LINK= yes -USE_GNOME= gnometarget USE_GMAKE= yes USE_GCC= 4.4+ GNU_CONFIGURE= yes diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 6aeae5a36ee8..63ad8555da54 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -25,7 +25,7 @@ INSTALLS_ICONS= yes USE_XFCE= configenv panel thunar thunarvfs USE_XORG= x11 -USE_GNOME= gnomehack gnometarget gtk20 glib20 intltool intlhack pkgconfig +USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile index b69b911145d9..832c2601f426 100644 --- a/archivers/unshield/Makefile +++ b/archivers/unshield/Makefile @@ -15,7 +15,7 @@ COMMENT= Extract data from InstallShield CAB files USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack USE_LDCONFIG= yes MAN1= ${PORTNAME}.1 |