diff options
Diffstat (limited to 'graphics/linux-libmng')
-rw-r--r-- | graphics/linux-libmng/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/linux-libmng/Makefile b/graphics/linux-libmng/Makefile index 7dc5f3cab911..8429247003be 100644 --- a/graphics/linux-libmng/Makefile +++ b/graphics/linux-libmng/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmng PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- @@ -22,13 +22,12 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg BASEVERSION= 8.0 -USE_LINUX_RPM= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes +NO_BUILD= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} |