diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-08 07:32:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-08 07:32:37 +0800 |
commit | 8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e (patch) | |
tree | c510ddbc9001069a506d861d0cbcf6fd8185171e /misc/quick-lounge-applet/Makefile | |
parent | 657d710a21fa25e89ba3f4b8091391c218be7d12 (diff) | |
download | freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.tar.gz freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.tar.zst freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.zip |
Update to 2.0.0.
Diffstat (limited to 'misc/quick-lounge-applet/Makefile')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 14cd6bbd22cc..6b8a3563d7c6 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -6,10 +6,10 @@ # PORTNAME= quick-lounge-applet -PORTVERSION= 1.1.4 +PORTVERSION= 2.0.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org @@ -23,10 +23,6 @@ USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |