diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 03:07:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 03:07:37 +0800 |
commit | 74d8158f6bb5a9e4f99885ed7ca6f9b1f100ce1c (patch) | |
tree | a3f35a3a8dc6eae6301854194da712d6f9e8170c /graphics/libgrass5/Makefile | |
parent | 1ba9a5bb311f78fc532a93cb11c20bb5007a5ac8 (diff) | |
download | freebsd-ports-gnome-74d8158f6bb5a9e4f99885ed7ca6f9b1f100ce1c.tar.gz freebsd-ports-gnome-74d8158f6bb5a9e4f99885ed7ca6f9b1f100ce1c.tar.zst freebsd-ports-gnome-74d8158f6bb5a9e4f99885ed7ca6f9b1f100ce1c.zip |
upgrade to 1.0.0
PR: 46136
Submitted by: Ports Fury
Diffstat (limited to 'graphics/libgrass5/Makefile')
-rw-r--r-- | graphics/libgrass5/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile index 155224a0f028..6e3db9838afe 100644 --- a/graphics/libgrass5/Makefile +++ b/graphics/libgrass5/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libgrass5 -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= graphics MASTER_SITES= http://gdal.velocet.ca/projects/grass/ MAINTAINER= ports@FreeBSD.org -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= ${PREFIX}/lib - USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} +INSTALLS_SHLIB= yes .include <bsd.port.mk> |