diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-02 12:37:37 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-02 12:37:37 +0000 |
commit | 63f744a8374796bcadf659420d56e58920d57346 (patch) | |
tree | bbc914978d4c9a348279db87e91577627a52ee84 /x11-themes/kde-style-lipstik/Makefile | |
parent | 266c73f43e31de8d8b9e338a110058e30a2fabd5 (diff) | |
download | ports-63f744a8374796bcadf659420d56e58920d57346.tar.gz ports-63f744a8374796bcadf659420d56e58920d57346.zip |
Notes
Diffstat (limited to 'x11-themes/kde-style-lipstik/Makefile')
-rw-r--r-- | x11-themes/kde-style-lipstik/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/kde-style-lipstik/Makefile b/x11-themes/kde-style-lipstik/Makefile index 2c68bacd32c2..dc34d1cf148b 100644 --- a/x11-themes/kde-style-lipstik/Makefile +++ b/x11-themes/kde-style-lipstik/Makefile @@ -6,14 +6,15 @@ # PORTNAME= lipstik -PORTVERSION= 1.1 -CATEGORIES= x11-themes +PORTVERSION= 1.2 +CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ DISTNAME= 18223-${PORTNAME}-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Modified Plastik KDE style +USE_AUTOTOOLS= autoheader:259 USE_BZIP2= yes USE_KDEBASE_VER=3 USE_REINPLACE= yes @@ -22,9 +23,10 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ ${WRKSRC}/style/Makefile.in +post-configure: + @${REINPLACE_CMD} -e 's|-ljpeg|-ljpeg ${PTHREAD_LIBS}|g' \ + ${WRKSRC}/style/config/Makefile .include <bsd.port.mk> |