diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 20:43:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 20:43:34 +0000 |
commit | c0d93ceec0cccaf55788f54114b8208f70a7b288 (patch) | |
tree | c907e4c5f62a2e1d94826a258a666706e9901276 /x11-themes | |
parent | - New knob: WITH_PSYCO for optimized compiling (diff) |
- rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not work
PR: ports/63516
Submitted by: Stephen J. Roznowski <sjr@comcast.net>
Notes
Notes:
svn path=/head/; revision=102679
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qt-bluecurve-theme/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile index b051e7a9582b..bf246ad89ddf 100644 --- a/x11-themes/gtk-bluecurve-theme/Makefile +++ b/x11-themes/gtk-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 GTK1 and GTK2 from RedHat 8.0 -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} USE_GMAKE= yes 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 |