diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 16:02:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 16:02:48 +0000 |
commit | 30d071bbb7f95a420d9138e0d57b5917b06f45f8 (patch) | |
tree | 898d5c3fc197a3c30f37d8c78f9e94cb73a13a4f /x11-toolkits | |
parent | 70db90a2d52b1d1343518fbc8f2f138ecb977325 (diff) | |
download | FreeBSD-ports-30d071bbb7f95a420d9138e0d57b5917b06f45f8.zip FreeBSD-ports-30d071bbb7f95a420d9138e0d57b5917b06f45f8.tar.gz |
Use USE_GNOMENG.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome--/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk--/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk--2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkmm12/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index ddd8f42..8894485 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 249f825..609b141 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes |