aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-02-16 19:42:55 +0800
committernovel <novel@FreeBSD.org>2006-02-16 19:42:55 +0800
commitdacf9e522f106878e05a5949e1174d53eba518ef (patch)
tree25aac1f31f4c289a00fdb86865ae878c6d1b9603 /x11-wm
parent846a2b8f657d6ccef2db6a47eb8c99384d68d61b (diff)
downloadfreebsd-ports-graphics-dacf9e522f106878e05a5949e1174d53eba518ef.tar.gz
freebsd-ports-graphics-dacf9e522f106878e05a5949e1174d53eba518ef.tar.zst
freebsd-ports-graphics-dacf9e522f106878e05a5949e1174d53eba518ef.zip
- Make buttons work
- Remove a warning saying the source was not reviewed by maintainer
Diffstat (limited to 'x11-wm')
-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 c862cb2ba87..522f456d44c 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 f35a9175e90..00000000000
--- 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!