diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 21:41:08 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 21:41:08 +0800 |
commit | d9b809f1765bcb1275c4abe1b21bb9aa56ab82d4 (patch) | |
tree | 9882c00f95d45aec1d147b3c98e338c1f5b41e06 /x11 | |
parent | f74d9c05c4670d1f13b1e83a6a2f693c6c8a3b21 (diff) | |
download | freebsd-ports-gnome-d9b809f1765bcb1275c4abe1b21bb9aa56ab82d4.tar.gz freebsd-ports-gnome-d9b809f1765bcb1275c4abe1b21bb9aa56ab82d4.tar.zst freebsd-ports-gnome-d9b809f1765bcb1275c4abe1b21bb9aa56ab82d4.zip |
Unbreak after OPTIONS helpers conversion, idesk things that you want to
enable libsn when you configure --disable-libsn
Diffstat (limited to 'x11')
-rw-r--r-- | x11/idesk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 3e92ed6b7fbc..179ecd3b7266 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -31,7 +31,7 @@ PORTDOCS= README SHAPE_CONFIGURE_ENABLE= shape SN_LIB_DEPENDS= libstartup-notification.so:${PORTSDIR}/x11/startup-notification -SN_CONFIGURE_ENABLE= libsn +SN_CONFIGURE_ON= --enable-libsn do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${STAGEDIR}${PREFIX}/bin |