summaryrefslogtreecommitdiffstats
path: root/sysutils/gpart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r--sysutils/gpart/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 5a1e7e5..2a10546 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gpart
-PORTVERSION= 0.1f
+PORTVERSION= 0.1g
CATEGORIES= sysutils
MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \
${MASTER_SITE_SUNSITE}
@@ -17,4 +17,8 @@ MAINTAINER= andrew@ugh.net.au
USE_GMAKE= yes
MAN8= gpart.8
+.if defined(WANT_STATIC)
+LDFLAGS= -static
+.endif
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud