aboutsummaryrefslogtreecommitdiffstats
path: root/astro/libgal/Makefile
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2008-05-25 00:46:07 +0800
committerdb <db@FreeBSD.org>2008-05-25 00:46:07 +0800
commit11b18600d229b48c96aaa46ae6a2d7976f05c97e (patch)
treea1ac9cfb16dbe33a65cf1bc787310b08b822778d /astro/libgal/Makefile
parent8ae9c3859b56a9700cc5fc925724d7835f9a3054 (diff)
downloadfreebsd-ports-gnome-11b18600d229b48c96aaa46ae6a2d7976f05c97e.tar.gz
freebsd-ports-gnome-11b18600d229b48c96aaa46ae6a2d7976f05c97e.tar.zst
freebsd-ports-gnome-11b18600d229b48c96aaa46ae6a2d7976f05c97e.zip
- Update to 0.2.0
Diffstat (limited to 'astro/libgal/Makefile')
-rw-r--r--astro/libgal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile
index b5b8679c5ac7..fc1909f6818f 100644
--- a/astro/libgal/Makefile
+++ b/astro/libgal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libgal
-PORTVERSION= 0.1.0
+PORTVERSION= 0.2.0
CATEGORIES= astro hamradio
MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \
${MASTER_SITE_LOCAL}
@@ -17,7 +17,8 @@ COMMENT= General Astrodynamics Library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
+CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
USE_LDCONFIG= yes
+USE_DOS2UNIX= yes
.include <bsd.port.mk>