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/rpm5 | |
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/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 0c368f2c8f4b..5b58d06808cd 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -32,9 +32,9 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure db3/configure db/dist/configure \ file/configure xar/configure CONFIGURE_ARGS= --without-js -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build USE_LDCONFIG= yes -USE_PERL5_BUILD=yes LATEST_LINK= rpm5 CONFLICTS= rpm-3.* rpm-4.* |