diff options
author | oliver <oliver@FreeBSD.org> | 2007-05-25 18:17:14 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-05-25 18:17:14 +0000 |
commit | 6827211369dc8b5ae07148f77b3794cd1bdc1c44 (patch) | |
tree | 431164052f3eefd4c05afcf563a8cb49382764fd /devel/atlas | |
parent | 0db49f74866e41db1b32b38392e506b4702c27cb (diff) | |
download | FreeBSD-ports-6827211369dc8b5ae07148f77b3794cd1bdc1c44.zip FreeBSD-ports-6827211369dc8b5ae07148f77b3794cd1bdc1c44.tar.gz |
remove USE_GCC=4.3,
s/INSTALLS_SHLIB/USE_LDCONFIG/
Diffstat (limited to 'devel/atlas')
-rw-r--r-- | devel/atlas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index 1f50914..bcca38a 100644 --- a/devel/atlas/Makefile +++ b/devel/atlas/Makefile @@ -17,8 +17,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= YES -USE_GCC= 3.4 +USE_LDCONFIG= YES USE_BZIP2= YES USE_GNOME= gnomehack |