diff options
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 |