diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
commit | b2fd75e43812932b61dab72c80fedba5f9715b82 (patch) | |
tree | c06ec55813ad4aa528be251b248e0309e8332282 /x11-themes/qt-bluecurve-theme | |
parent | 061c49565fbb5c5cfff7bc561b07c79fbade8f24 (diff) | |
download | ports-b2fd75e43812932b61dab72c80fedba5f9715b82.tar.gz ports-b2fd75e43812932b61dab72c80fedba5f9715b82.zip |
Notes
Diffstat (limited to 'x11-themes/qt-bluecurve-theme')
-rw-r--r-- | x11-themes/qt-bluecurve-theme/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-themes/qt-bluecurve-theme/Makefile b/x11-themes/qt-bluecurve-theme/Makefile index 305ceb0591c4..a94dcd776712 100644 --- a/x11-themes/qt-bluecurve-theme/Makefile +++ b/x11-themes/qt-bluecurve-theme/Makefile @@ -15,10 +15,11 @@ 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:${PORTSDIR}/archivers/rpm2cpio \ - libtool:${PORTSDIR}/devel/libtool +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} +USE_LIBTOOL= yes +#LIBTOOLFILES= # none USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes @@ -37,6 +38,10 @@ do-extract: fi ${CP} ${FILESDIR}/Makefile-qt3 ${WRKSRC}/art/qt/Bluecurve/Makefile +# There's no configure script, but we need libtool to build +do-configure: + @${DO_NADA} + post-patch: @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#' ${WRKSRC}/art/qt/Bluecurve/Makefile @${RM} ${THEMES_SUBDIRS}/bluecurve.moc |