diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:05:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:05:55 +0800 |
commit | 5cca71785aba3f45723006ede8c79fdeefb28b8d (patch) | |
tree | 3098a7e2db328267084739dc01d4b2b81f8a45ad /cad | |
parent | d5cc5bcd5a7d7177013f87d62ab6a418ba512030 (diff) | |
download | freebsd-ports-gnome-5cca71785aba3f45723006ede8c79fdeefb28b8d.tar.gz freebsd-ports-gnome-5cca71785aba3f45723006ede8c79fdeefb28b8d.tar.zst freebsd-ports-gnome-5cca71785aba3f45723006ede8c79fdeefb28b8d.zip |
Deploy USE_GNOMENG infrastructure
PR: 42188
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-gschem/Makefile | 3 | ||||
-rw-r--r-- | cad/geda-netlist/Makefile | 3 | ||||
-rw-r--r-- | cad/gnetlist/Makefile | 3 | ||||
-rw-r--r-- | cad/gschem/Makefile | 3 | ||||
-rw-r--r-- | cad/gtkwave/Makefile | 3 | ||||
-rw-r--r-- | cad/leocad/Makefile | 3 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile index a6fd4a4ad786..12bf81460b1f 100644 --- a/cad/geda-gschem/Makefile +++ b/cad/geda-gschem/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile index 546170b89f39..3cb510215f14 100644 --- a/cad/geda-netlist/Makefile +++ b/cad/geda-netlist/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index 546170b89f39..3cb510215f14 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index a6fd4a4ad786..12bf81460b1f 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 3d920c22b793..1518156bd789 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -19,7 +19,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index ff28d65c0542..7b6fd55fea16 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_X_PREFIX= yes diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 36ac7a2889cc..95f82e37f974 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |