diff options
author | gerald <gerald@FreeBSD.org> | 2013-04-09 13:47:54 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-04-09 13:47:54 +0800 |
commit | cc3a165f03482aea951bd7364f89e20344a5c623 (patch) | |
tree | 0300c9780152f7f7c36325a61ee279556504f484 /emulators/wine-devel | |
parent | 41816932cbfc874d7da6b927761a9a6659b0bad7 (diff) | |
download | freebsd-ports-gnome-cc3a165f03482aea951bd7364f89e20344a5c623.tar.gz freebsd-ports-gnome-cc3a165f03482aea951bd7364f89e20344a5c623.tar.zst freebsd-ports-gnome-cc3a165f03482aea951bd7364f89e20344a5c623.zip |
emulators/wine-devel:
- Allow overriding MAINTAINER and LATEST_LINK in child ports.
emulators/i386-wine-devel:
- Set MAINTAINER and LATEST_LINK.
Approved by: portmgr (bdrewery), maintainer, maintainer's mentor (eadler)
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e0c9e9aefaa3..3975a5fbb6e8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ http://ibiblio.org/pub/linux/system/emulators/wine/ -MAINTAINER= gerald@FreeBSD.org +MAINTAINER?= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 @@ -25,7 +25,7 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ CONFLICTS_INSTALL= wine-1.4* -LATEST_LINK= wine-devel +LATEST_LINK?= wine-devel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GCC= any |