diff options
Diffstat (limited to 'cad/gschem/Makefile')
-rw-r--r-- | cad/gschem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" \ |