diff options
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r-- | sysutils/gpart/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 5a1e7e55ecaf..2a1054629d2a 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> |