diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-02 01:13:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-02 01:13:31 +0000 |
commit | 6760c0cc1544d6e8fc0d20b7d65961e4428ead8a (patch) | |
tree | be8afd916f23217ecef11ff26efb6428bc63732f /textproc/latte/Makefile | |
parent | ccdd4e45cdf6833d4279b6cf94bf0e2b5158813b (diff) | |
download | ports-6760c0cc1544d6e8fc0d20b7d65961e4428ead8a.tar.gz ports-6760c0cc1544d6e8fc0d20b7d65961e4428ead8a.zip |
Notes
Diffstat (limited to 'textproc/latte/Makefile')
-rw-r--r-- | textproc/latte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 62a9d7d965fb..7a252ec53697 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +INSTALLS_SHLIB= yes INFO= latte liblatte @@ -32,8 +33,7 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" - +USE_GCC= 3.3 .endif post-extract: |