diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 07:48:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 07:48:30 +0800 |
commit | 89b35694c953075f4f267ed32e79d0fe102599fc (patch) | |
tree | bc9940e8f63df57de1d4ea36dace4e0f27f137ae /net-im/ekiga | |
parent | 6f3f8c50285b1853b6ec85bce422f1d0d8d701d3 (diff) | |
download | freebsd-ports-graphics-89b35694c953075f4f267ed32e79d0fe102599fc.tar.gz freebsd-ports-graphics-89b35694c953075f4f267ed32e79d0fe102599fc.tar.zst freebsd-ports-graphics-89b35694c953075f4f267ed32e79d0fe102599fc.zip |
- Fix plist
Approved by: portmgr blanket
Diffstat (limited to 'net-im/ekiga')
-rw-r--r-- | net-im/ekiga/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
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 |