diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/clamz | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) | |
download | freebsd-ports-gnome-0178653192192afa707f483c4b0f9111af5eeee1.tar.gz freebsd-ports-gnome-0178653192192afa707f483c4b0f9111af5eeee1.tar.zst freebsd-ports-gnome-0178653192192afa707f483c4b0f9111af5eeee1.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake
Diffstat (limited to 'net/clamz')
-rw-r--r-- | net/clamz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 3b94f074b7d2..78160c790a80 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig MAN1= ${PORTNAME}.1 |