diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:05:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:05:55 +0000 |
commit | a517c31c117fc10f6a7d523529ee638ba063ac89 (patch) | |
tree | 895659b876a4257305a3414909a3c4b7c8166911 /cad | |
parent | 5dec55380d9178c61f0f60c855c93f82aaa57596 (diff) | |
download | ports-a517c31c117fc10f6a7d523529ee638ba063ac89.tar.gz ports-a517c31c117fc10f6a7d523529ee638ba063ac89.zip |
Notes
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" \ |