From 89b35694c953075f4f267ed32e79d0fe102599fc Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 29 Jul 2014 23:48:30 +0000 Subject: - Fix plist Approved by: portmgr blanket --- net-im/ekiga/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net-im/ekiga') diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index ae421a6f140..941c4f4228b 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= GNOME #MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ @@ -102,12 +102,6 @@ CONFIGURE_ARGS+=--disable-ldap PLIST_SUB+= LDAP="@comment " .endif -.if defined(WITH_PLUGINS) -PLIST_SUB+= PLUGINS="" -.else -PLIST_SUB+= PLUGINS="@comment " -.endif - .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-notify @@ -165,6 +159,12 @@ CONFIGURE_ARGS+=--disable-gdu PLIST_SUB+= GNOMEHELP="@comment " .endif +.if defined(WITH_PLUGINS) +PLIST_SUB+= PLUGINS="" +.else +PLIST_SUB+= PLUGINS="@comment " +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ekiga/${PORTVERSION}/libekiga.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ekiga/${PORTVERSION}/plugins/*.so -- cgit