diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:22:06 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:22:06 +0000 |
commit | aa8a9d7804fd58ec0044f9b33071472251358119 (patch) | |
tree | 3b3179187b5e5c715b5459ac441e4faa3b0f0cea /devel/shapelib | |
parent | bf8f172a77873c105144c219641787502ae59f5d (diff) |
Notes
Diffstat (limited to 'devel/shapelib')
-rw-r--r-- | devel/shapelib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index 4461f8fcdde2..45674b114dae 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= ftp://gdal.velocet.ca/pub/outgoing/ MAINTAINER= aa8vb@nc.rr.com -USE_LIBTOOL= yes +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool + ALL_TARGET= lib INSTALLS_SHLIB= yes |