diff options
author | alex <alex@FreeBSD.org> | 2001-04-06 03:02:32 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-04-06 03:02:32 +0800 |
commit | 4fe0e0768ed4d41bf074b75b13a3ef24afba78c2 (patch) | |
tree | 32ff283ec6c5d01052d951cba175fd9bca7cc43a | |
parent | bf339a98ea562b69d9456f7e0e52d69084738f00 (diff) | |
download | freebsd-ports-gnome-4fe0e0768ed4d41bf074b75b13a3ef24afba78c2.tar.gz freebsd-ports-gnome-4fe0e0768ed4d41bf074b75b13a3ef24afba78c2.tar.zst freebsd-ports-gnome-4fe0e0768ed4d41bf074b75b13a3ef24afba78c2.zip |
Correct location of atlas library.
-rw-r--r-- | games/varconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/varconf/Makefile b/games/varconf/Makefile index a5f92dbc4720..fbb73e001432 100644 --- a/games/varconf/Makefile +++ b/games/varconf/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \ MAINTAINER= lehmann@ans-netz.de LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ - Atlas.0:${PORTSDIR}/devel/Atlas + Atlas.0:${PORTSDIR}/devel/atlas USE_LIBTOOL= YES CONFIGURE_ARGS= --prefix=${PREFIX} |