diff options
author | tg <tg@FreeBSD.org> | 2001-07-23 20:14:23 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-23 20:14:23 +0800 |
commit | 16ee63c279374ad15c4e3c8f442fe8fff7105658 (patch) | |
tree | 4def9cfdd7f574b3b800028ed4fbd79d7b4b824b /x11-toolkits/gnustep-gui/Makefile | |
parent | 1536b8d635308cda811ef8aa1037c86dfb41c7bd (diff) | |
download | freebsd-ports-gnome-16ee63c279374ad15c4e3c8f442fe8fff7105658.tar.gz freebsd-ports-gnome-16ee63c279374ad15c4e3c8f442fe8fff7105658.tar.zst freebsd-ports-gnome-16ee63c279374ad15c4e3c8f442fe8fff7105658.zip |
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 |