diff options
Diffstat (limited to 'sysutils/lineak-defaultplugin/Makefile')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 999da62b567c..4388f64f9dab 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= lineak_defaultplugin PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lineak @@ -17,7 +18,7 @@ COMMENT= Default plugins for lineakd LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -25,7 +26,9 @@ CONFIGURE_ARGS+= --program-prefix='' USE_REINPLACE= yes MAN1= lineak_defaultplugin.1 -PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \ +PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \ + lib/lineakd/plugins/defaultplugin.so \ + lib/lineakd/plugins/mediadetectplugin.la \ lib/lineakd/plugins/mediadetectplugin.so .include <bsd.port.pre.mk> @@ -33,7 +36,6 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \ .if ${OSVERSION} < 500000 # lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too USE_GCC= 3.4 -GNU_CONFIGURE= yes .endif post-patch: |