diff options
Diffstat (limited to '')
-rw-r--r-- | x11/gdm/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 7b51bbf77301..2972e943ae11 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -15,20 +15,11 @@ DISTNAME= ${PORTNAME}-2.0beta4 MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs -RUN_DEPENDS= gnome-session:${PORTSDIR}/x11/gnomecore - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config - USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" pre-fetch: |