summaryrefslogtreecommitdiff
path: root/x11-wm/obconf
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-02-16 11:42:55 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-02-16 11:42:55 +0000
commit5501dd4c8c370f1ad96add49b7f1600d26d058d2 (patch)
tree35b8c3795ca5f6cf031be10e648b98146f89a9ad /x11-wm/obconf
parentRemove expired port editors/custom-emacs and all dependant ports (diff)
- Make buttons work
- Remove a warning saying the source was not reviewed by maintainer
Notes
Notes: svn path=/head/; revision=156152
Diffstat (limited to 'x11-wm/obconf')
-rw-r--r--x11-wm/obconf/Makefile7
-rw-r--r--x11-wm/obconf/pkg-message2
2 files changed, 1 insertions, 8 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile
index c862cb2ba870..522f456d44c0 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}
diff --git a/x11-wm/obconf/pkg-message b/x11-wm/obconf/pkg-message
deleted file mode 100644
index f35a9175e90c..000000000000
--- a/x11-wm/obconf/pkg-message
+++ /dev/null
@@ -1,2 +0,0 @@
-*** WARNING:
-*** The source code of obconf has not been reviewed by the FreeBSD maintainer!