diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 05:40:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 05:40:05 +0800 |
commit | 65dc5eb309d0880626317812c5d336fe205c1585 (patch) | |
tree | 6990296e32442c8119f79648d207fc4da23db5f7 | |
parent | b0496b5e982a164b69e0d94d33d5d74c7ed62a7f (diff) | |
download | freebsd-ports-gnome-65dc5eb309d0880626317812c5d336fe205c1585.tar.gz freebsd-ports-gnome-65dc5eb309d0880626317812c5d336fe205c1585.tar.zst freebsd-ports-gnome-65dc5eb309d0880626317812c5d336fe205c1585.zip |
Remove FreeBSD 9 support
-rw-r--r-- | graphics/p5-Geo-GDAL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index d5edad28288d..67c5a5cfc459 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:graphics/gdal -USES= gmake perl5 tar:xz +USES= perl5 tar:xz WRKSRC_SUBDIR= swig/perl |