diff options
author | pav <pav@FreeBSD.org> | 2004-03-02 04:43:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-02 04:43:34 +0800 |
commit | cd620c69335716ee53bb64f2c612626d327ab497 (patch) | |
tree | 4f6e47dddaa82ccd810288863afaa45435c9d838 /x11-themes/qt-bluecurve-theme | |
parent | 65c0c0d965649c6edab81bf70f798196e0f361a6 (diff) | |
download | freebsd-ports-gnome-cd620c69335716ee53bb64f2c612626d327ab497.tar.gz freebsd-ports-gnome-cd620c69335716ee53bb64f2c612626d327ab497.tar.zst freebsd-ports-gnome-cd620c69335716ee53bb64f2c612626d327ab497.zip |
- rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not work
PR: ports/63516
Submitted by: Stephen J. Roznowski <sjr@comcast.net>
Diffstat (limited to 'x11-themes/qt-bluecurve-theme')
-rw-r--r-- | x11-themes/qt-bluecurve-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/qt-bluecurve-theme/Makefile b/x11-themes/qt-bluecurve-theme/Makefile index 5e32f8dc2885..55bd818938f6 100644 --- a/x11-themes/qt-bluecurve-theme/Makefile +++ b/x11-themes/qt-bluecurve-theme/Makefile @@ -16,7 +16,7 @@ DISTFILES= redhat-artwork-${PORTVERSION}-${RH_SUBVERSION}.src.rpm MAINTAINER= rzheka@users.sourceforge.net COMMENT= Bluecurve unified-look theme for QT3 from RedHat 8.0 -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} USE_LIBTOOL= yes |