summaryrefslogtreecommitdiffstats
path: root/www/screem/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-04 15:56:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-04 15:56:27 +0800
commitaf4e08739c2b99a98e22553a997ba1cee54f2e1f (patch)
treeddb85ea3520a6cb48547a75257d7233efa280a90 /www/screem/Makefile
parente4bda4f44a04dd4c949b2f0a685896c6a100347b (diff)
downloadmarcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar.gz
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar.bz2
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar.lz
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar.xz
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.tar.zst
marcuscom-ports-af4e08739c2b99a98e22553a997ba1cee54f2e1f.zip
Correct some weird plist problems introduced when I tried to change LIBS
to LDFLAGS. Also, mark IGNORE for now since there are some other plist issues that I do not have time to fix right now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3034 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r--www/screem/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index 2a8420227..c6f52cf34 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -30,14 +30,16 @@ GCONF_SCHEMAS= screem.schemas
CROCO_VERSION= 0.6
-.if !defined(WITHOUT_OPENSS)
+.if !defined(WITHOUT_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl
.endif
+IGNORE= Has some MIME-related plist issues
+
USE_PERL5= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --without-included-neon
post-patch: