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-toolkits/libgnomeui | |
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-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index d3f3136cdd57..ecc70b99e3f1 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -16,8 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Libraries for the GNOME GUI, a GNU desktop environment -LIB_DEPENDS+= bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= ${X11BASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_BZIP2= yes @@ -25,13 +24,12 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |