diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 09:02:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 09:02:57 +0800 |
commit | aebf2d0daee118826e1f126e652665f089b6b569 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/plzip | |
parent | 56d11c945fd26b8d2b3c053683e03e16dbadd3d1 (diff) | |
download | freebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.tar.gz freebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.tar.zst freebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.zip |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Diffstat (limited to 'archivers/plzip')
-rw-r--r-- | archivers/plzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile index b52170f7b9d8..499aff3f2c24 100644 --- a/archivers/plzip/Makefile +++ b/archivers/plzip/Makefile @@ -13,8 +13,8 @@ BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib PLIST_FILES= bin/plzip +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= plzip.1 |