1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Make buttons work

- Remove a warning saying the source was not reviewed by maintainer
This commit is contained in:
Roman Bogorodskiy 2006-02-16 11:42:55 +00:00
parent 550c939f07
commit 5501dd4c8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156152
2 changed files with 1 additions and 8 deletions

View File

@ -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}

View File

@ -1,2 +0,0 @@
*** WARNING:
*** The source code of obconf has not been reviewed by the FreeBSD maintainer!