diff options
author | trevor <trevor@FreeBSD.org> | 2003-07-20 05:07:52 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-07-20 05:07:52 +0000 |
commit | c253639337fd08a9c7f069bec8d64076d084f081 (patch) | |
tree | 6b7b6e61e6ef2a1cda81f7e98e52ffbe47204089 /x11-fonts | |
parent | b540fc48e7dbe89468241b06eef90cff25bd390a (diff) | |
download | FreeBSD-ports-c253639337fd08a9c7f069bec8d64076d084f081.zip FreeBSD-ports-c253639337fd08a9c7f069bec8d64076d084f081.tar.gz |
Fix dependence on rpm2cpio.
Submitted by: Phil Pennock
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index c9bb1ac..096729a 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .rpm MAINTAINER= trevor@FreeBSD.org COMMENT= Fonts from the SGI ProPack 1.4 for Linux -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ - bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message |