diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
commit | 6107002b171ac487a11508d0696e0e7fce0270c7 (patch) | |
tree | 2e6f3ec74cf8c4269860d72c22f0f25a616a413d /x11-wm/metacity | |
parent | 6d33aa0af4a48821295eee0ce5021291e289e659 (diff) | |
download | freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.gz freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.zst freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 8c0fa35c59e2..d90f7704efb1 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -15,20 +15,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A window manager for the adult in you -LIB_DEPENDS= gconf-2:${PORTSDIR}/devel/gconf2 \ - glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" post-patch: |