diff options
author | demon <demon@FreeBSD.org> | 2005-04-04 20:11:49 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-04-04 20:11:49 +0800 |
commit | 5b520f25e9aa82659b392299372bff0df5c1a8d5 (patch) | |
tree | 40f7565d62da89e74154e754aec651b7f10b5e63 /net | |
parent | 83898b2177f409cc5ec7975356386d07f67846b8 (diff) | |
download | freebsd-ports-graphics-5b520f25e9aa82659b392299372bff0df5c1a8d5.tar.gz freebsd-ports-graphics-5b520f25e9aa82659b392299372bff0df5c1a8d5.tar.zst freebsd-ports-graphics-5b520f25e9aa82659b392299372bff0df5c1a8d5.zip |
Fix PLIST.
PR: 78493
Submitted by: Guy Coleman <gtchask@mm.st>
Diffstat (limited to 'net')
-rw-r--r-- | net/gnomba/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/gnomba/Makefile b/net/gnomba/Makefile index 2f83c59ffc9..9c5252a77eb 100644 --- a/net/gnomba/Makefile +++ b/net/gnomba/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomba PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomba @@ -15,10 +15,8 @@ MASTER_SITE_SUBDIR= gnomba MAINTAINER= demon@FreeBSD.org COMMENT= GNOME compliant browser of SMB shares -BROKEN= Incomplete pkg-plist - USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs +USE_GNOME= gnomeprefix gnomehack gnomelibs gnomehier USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |