diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-04-09 05:47:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-04-09 05:47:54 +0000 |
commit | 5e99e7322a0422e28afc08dc1378b7714226d4ff (patch) | |
tree | 0300c9780152f7f7c36325a61ee279556504f484 /emulators/wine-devel | |
parent | ea0abd42a9777bfd31ccb473b54ba0f42d330bce (diff) | |
download | ports-5e99e7322a0422e28afc08dc1378b7714226d4ff.tar.gz ports-5e99e7322a0422e28afc08dc1378b7714226d4ff.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)
Notes
Notes:
svn path=/head/; revision=315768
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 |