diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
commit | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch) | |
tree | 1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /misc/quick-lounge-applet | |
parent | 2dc75ff13e6da2506ef34b2a8502a37940c13743 (diff) | |
download | ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.tar.gz ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.zip |
Notes
Diffstat (limited to 'misc/quick-lounge-applet')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index e2b56d6d9047..11e0b2e010c9 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -15,18 +15,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= Applet to orginize your preferred applications on the GNOME Panel -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |