diff options
Diffstat (limited to 'x11-themes/qinx/Makefile')
-rw-r--r-- | x11-themes/qinx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile index d31686792204..a40a556fcf8f 100644 --- a/x11-themes/qinx/Makefile +++ b/x11-themes/qinx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qinx -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.usermode.org/code/ @@ -16,7 +16,8 @@ COMMENT= A QNX Photon like window decoration and widget style for KDE USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include <bsd.port.mk> |