diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:12:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:12:18 +0000 |
commit | 90c3ce14928f9224fe2da2e5faf4fead401cbc4a (patch) | |
tree | f3947147511880702b9d3e5e6e477c9d4c5a19e3 /misc/quick-lounge-applet/Makefile | |
parent | cae03d14c5ecbb1d4fd1db275a042d5068df62b9 (diff) | |
download | ports-90c3ce14928f9224fe2da2e5faf4fead401cbc4a.tar.gz ports-90c3ce14928f9224fe2da2e5faf4fead401cbc4a.zip |
Notes
Diffstat (limited to 'misc/quick-lounge-applet/Makefile')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 181916331baf..d653605b5dc7 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -3,13 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/misc/quick-lounge-applet/Makefile,v 1.8 2005/09/18 13:53:05 kwm Exp $ # PORTNAME= quick-lounge-applet -PORTVERSION= 2.10.1 +PORTVERSION= 2.12.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org @@ -20,7 +21,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |