diff options
author | gahr <gahr@FreeBSD.org> | 2010-08-23 17:50:02 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-08-23 17:50:02 +0800 |
commit | 628a087430bbd76462f59d415f504724ec0c41d6 (patch) | |
tree | 928a5983ba622c0816527dfbdb1665fd8ceae692 /x11-toolkits | |
parent | 86f9d1b0b991793692a5aba487a52adc7b83be7d (diff) | |
download | freebsd-ports-gnome-628a087430bbd76462f59d415f504724ec0c41d6.tar.gz freebsd-ports-gnome-628a087430bbd76462f59d415f504724ec0c41d6.tar.zst freebsd-ports-gnome-628a087430bbd76462f59d415f504724ec0c41d6.zip |
- Unsupport fox12, in preparation for the removal of x11-toolkits/fox12
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index caaa2d88c538..49ce8065342c 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -21,17 +21,12 @@ CONFIGURE_ARGS+= --enable-shared --disable-static \ USE_LDCONFIG= yes .if !defined(MASTERDIR) -OPTIONS= FOX12 "FOX1.2 support (FOX1.6 by default)" off OPTIONS+= FOX14 "FOX1.4 support (FOX1.6 by default)" off .endif .include <bsd.port.pre.mk> -.if defined(WITH_FOX12) -FOX_LIB_VER= 1.2 -LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox12 -CONFIGURE_ARGS+= --with-fox-1-2 -.elif defined(WITH_FOX14) +.if defined(WITH_FOX14) FOX_LIB_VER= 1.4 LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox14 CONFIGURE_ARGS+= --with-fox-1-4 |