diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-16 14:01:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-16 14:01:11 +0800 |
commit | b88055a3ab2de55f35ca8615659c6389a5eed405 (patch) | |
tree | 35bd1606d5a76c3c4f7ad5a874a9edc89935228f /www/seamonkey2 | |
parent | cdc01e45af1f2fb781e8eb305e5d115c0ac6b901 (diff) | |
download | freebsd-ports-gnome-b88055a3ab2de55f35ca8615659c6389a5eed405.tar.gz freebsd-ports-gnome-b88055a3ab2de55f35ca8615659c6389a5eed405.tar.zst freebsd-ports-gnome-b88055a3ab2de55f35ca8615659c6389a5eed405.zip |
This port should now work on amd64, so remove the NOT_FOR_ARCHS macro.
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 4d681e055a49..d343bb7dcd9e 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -160,8 +160,6 @@ JPI_LIST=\ ${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so \ ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so -NOT_FOR_ARCHS= amd64 - .include <bsd.port.pre.mk> MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ |