diff options
author | novel <novel@FreeBSD.org> | 2006-02-16 11:42:55 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-02-16 11:42:55 +0000 |
commit | dacf9e522f106878e05a5949e1174d53eba518ef (patch) | |
tree | 25aac1f31f4c289a00fdb86865ae878c6d1b9603 /x11-wm/obconf/Makefile | |
parent | 846a2b8f657d6ccef2db6a47eb8c99384d68d61b (diff) | |
download | FreeBSD-ports-dacf9e522f106878e05a5949e1174d53eba518ef.zip FreeBSD-ports-dacf9e522f106878e05a5949e1174d53eba518ef.tar.gz |
- Make buttons work
- Remove a warning saying the source was not reviewed by maintainer
Diffstat (limited to 'x11-wm/obconf/Makefile')
-rw-r--r-- | x11-wm/obconf/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index c862cb2..522f456 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS= --datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc/openbox +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -export-dynamic" DOCS= ABOUT-NLS AUTHORS COPYING README TODO GNU_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist @@ -26,12 +27,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes -pre-configure: - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - @${ECHO_CMD} Waiting ten seconds--press control-C to cancel build. - @sleep 10 - pre-install: ${ECHO_CMD} bin/obconf > ${PLIST} ${ECHO_CMD} share/openbox/applications/obconf.desktop >> ${PLIST} |