diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-23 12:14:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-23 12:14:23 +0000 |
commit | 4bfe77be4cd53f8bbdedbc92749a2321f654733f (patch) | |
tree | 277ca34b20a2e53cba1bf19e5654be858cf825f8 /x11-toolkits/gnustep-gui/Makefile | |
parent | Follow ChaSen's update and fix LIB_DEPENDS. (diff) |
Add missing file.
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 204b4ecc59e4..8912a97a6336 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -38,7 +38,8 @@ GNU_ARCH= ix86 .else GNU_ARCH= ${MACHINE_ARCH} .endif -PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} +PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \ + MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1} SYSLIBDIR= ${PREFIX}/System/Libraries |