diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-19 01:25:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-19 01:25:05 +0000 |
commit | 6ec9093274b6d46e43fe220a7b476d9e3b2fd032 (patch) | |
tree | ebceec3daf1fa64eb5aa39b8bc25369813a3ac52 /x11-fonts/sgifonts/Makefile | |
parent | 0c8704f343567b361fa12f3278506c57f7a4450b (diff) | |
download | ports-6ec9093274b6d46e43fe220a7b476d9e3b2fd032.tar.gz ports-6ec9093274b6d46e43fe220a7b476d9e3b2fd032.zip |
Prefer the rpm2cpio from ports/archivers/rpm2cpio to the (conflicting)
one from ports/archivers/rpm, because the former is much smaller
and depends only on Perl.
Notes
Notes:
svn path=/head/; revision=61538
Diffstat (limited to 'x11-fonts/sgifonts/Makefile')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index ceb8b9abbf04..1ebe8d6d2f3b 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .rpm MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message |