diff options
author | dougb <dougb@FreeBSD.org> | 2007-08-07 16:37:22 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-08-07 16:37:22 +0800 |
commit | d92d9eae969167a0e80f67cf1ceb8f823e4445c0 (patch) | |
tree | 3b7709521b9dce40ee6e28ba3f6283382ab271ba /x11/fbpanel/Makefile | |
parent | 97ccf3b4f76f609f4f06f2c85572bd0c16209115 (diff) | |
download | freebsd-ports-gnome-d92d9eae969167a0e80f67cf1ceb8f823e4445c0.tar.gz freebsd-ports-gnome-d92d9eae969167a0e80f67cf1ceb8f823e4445c0.tar.zst freebsd-ports-gnome-d92d9eae969167a0e80f67cf1ceb8f823e4445c0.zip |
1. Update to version 4.12.
2. Remove now-spurious USE_X_PREFIX and CFLAGS variables
3. Remove leading A from COMMENT
4. Make CONFIGURE_ARGS += instead of = (this isn't GNU configure, but
it can't hurt just in case).
5. One hunk from patch-Makefile.common was adopted upstream.
GMTA by: Maintainer (ports@fsck.ch)
Diffstat (limited to 'x11/fbpanel/Makefile')
-rw-r--r-- | x11/fbpanel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 4e82cdf31dd9..d962bbddbc96 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -6,20 +6,18 @@ # PORTNAME= fbpanel -PORTVERSION= 4.9 +PORTVERSION= 4.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@fsck.ch -COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more +COMMENT= Desktop panel that includes a taskbar, pager, launchbar and more -USE_X_PREFIX= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -CFLAGS+= -I${WRKSRC} +CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= yes MAN1= fbpanel.1 |