diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 05:04:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 05:04:28 +0000 |
commit | 5e1b40eba0e01898f58a1eba79215dee4879d0b6 (patch) | |
tree | 7be071f8d59a46d503baf43884ddcb0dbf06a8ee /x11-themes/kde-style-tiblit | |
parent | 4cb1ac8f7e33c8a512f3c1bea59596d4a1d64e0d (diff) | |
download | ports-5e1b40eba0e01898f58a1eba79215dee4879d0b6.tar.gz ports-5e1b40eba0e01898f58a1eba79215dee4879d0b6.zip |
Notes
Diffstat (limited to 'x11-themes/kde-style-tiblit')
-rw-r--r-- | x11-themes/kde-style-tiblit/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-themes/kde-style-tiblit/Makefile b/x11-themes/kde-style-tiblit/Makefile index dbb0a6f62453..453daf4334dd 100644 --- a/x11-themes/kde-style-tiblit/Makefile +++ b/x11-themes/kde-style-tiblit/Makefile @@ -7,9 +7,10 @@ PORTNAME= tiblit PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/content/files/ +PKGNAMEPREFIX= kde-style- DISTNAME= 20798-${PORTNAME}-${PORTVERSION} MAINTAINER= decept0@gmail.com @@ -17,12 +18,7 @@ COMMENT= KDE style focused on customization USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/widget-engine/Makefile.in +CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" .include <bsd.port.mk> |