diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
commit | 7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch) | |
tree | 98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/latte/Makefile | |
parent | 856903091afce38773f4c8d6d5604d3e97d0fa88 (diff) | |
download | ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.gz ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.zip |
Notes
Diffstat (limited to 'textproc/latte/Makefile')
-rw-r--r-- | textproc/latte/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index d807e5262549..59bfa8a94aae 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" USE_LDCONFIG= yes +USE_GCC= 3.3 INFO= latte liblatte @@ -30,10 +31,6 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -USE_GCC= 3.3 -.endif - post-extract: -@${RM} ${WRKSRC}/getopt* |