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 /lang | |
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 'lang')
-rw-r--r-- | lang/embryo/Makefile | 2 | ||||
-rw-r--r-- | lang/gforth/Makefile | 1 | ||||
-rw-r--r-- | lang/guile/Makefile | 1 | ||||
-rw-r--r-- | lang/lafontaine/Makefile | 2 | ||||
-rw-r--r-- | lang/mdk/Makefile | 2 | ||||
-rw-r--r-- | lang/ofc/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol-devel/Makefile | 1 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 1 | ||||
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
9 files changed, 5 insertions, 9 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 11c7421cf370..a7d84866f02b 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -20,7 +20,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= libtool_hack librt_hack -USE_GNOME= gnomehack pkgconfig gnometarget +USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 0c146a3a1c81..9017ca3b7f7c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_GMAKE= yes ALL_TARGET= all info -USE_GNOME= gnometarget USE_EMACS= yes EMACS_NO_BUILD_DEPENDS= yes EMACS_NO_RUN_DEPENDS= yes diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 60f7d83724c7..5baa2e20959d 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -22,7 +22,6 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_NCURSES= yes -USE_GNOME= gnometarget LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index d85e188c29de..be8ee9e468e6 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -18,7 +18,7 @@ COMMENT= Graphical logo interpreter WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 -USE_GNOME= gnomehack gnometarget gtk20 +USE_GNOME= gnomehack gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 30acaa88d495..011bee4c4179 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -19,7 +19,7 @@ COMMENT= A set of utilities for developing programs using MIX and MIXAL LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ readline.6:${PORTSDIR}/devel/readline -USE_GNOME= gnometarget libglade2 +USE_GNOME= libglade2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 6db4fbf0bbe0..244e48544e74 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ USE_SDL= sdl USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 7ea433e90c4a..14441dcc9bb8 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFLICTS= open-cobol-1.[0]* LATEST_LINK= open-cobol-devel -USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index b96bf809ded6..daca1342cbd3 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFLICTS= open-cobol-1.[1]* -USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index b773dcac1dd3..5580a2f88935 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -25,7 +25,7 @@ OPTIONS= TCLTK "Enable Tcl/Tk binding" on \ SDL "SDL binding" on USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnometarget pkgconfig pango +USE_GNOME= gnomehack pkgconfig pango USE_ICONV= yes USE_SQLITE= yes USE_GMAKE= yes |