aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-c7-gtk2/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-01-31 16:54:21 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-01-31 16:54:21 +0000
commit6140d3c6aada863a40f9075019eb0f48789cd48f (patch)
tree31bde26cde7c64937193d64587b12c96997aad8c /x11-toolkits/linux-c7-gtk2/Makefile
parent0177884e904ff5abe1705efd562133d568e572c4 (diff)
downloadports-6140d3c6aada863a40f9075019eb0f48789cd48f.tar.gz
ports-6140d3c6aada863a40f9075019eb0f48789cd48f.zip
Notes
Diffstat (limited to 'x11-toolkits/linux-c7-gtk2/Makefile')
-rw-r--r--x11-toolkits/linux-c7-gtk2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/linux-c7-gtk2/Makefile b/x11-toolkits/linux-c7-gtk2/Makefile
index 87ed1df851ca..4593553ced97 100644
--- a/x11-toolkits/linux-c7-gtk2/Makefile
+++ b/x11-toolkits/linux-c7-gtk2/Makefile
@@ -5,21 +5,22 @@ PORTNAME= gtk2
PORTVERSION= 2.24.28
PORTREVISION= 3
CATEGORIES= x11-toolkits linux
-LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${PORTNAME}-immodules-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
-SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE
+LIB_DISTNAMES= ${DISTNAME} \
+ ${PORTNAME}-immodules-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr
RPMVERSION= 8.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= atk gdkpixbuf2 pango xorglibs
USE_LINUX_RPM= yes
-DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
.include <bsd.port.mk>