diff options
author | gerald <gerald@FreeBSD.org> | 2012-04-07 23:18:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-04-07 23:18:33 +0800 |
commit | 8cef392f5dcb76977450e6aa30117a1e93289888 (patch) | |
tree | 492a56096d57ab3beaf83cbf34b05463373466b3 /emulators | |
parent | 875b7e223dfec5853306f9128af561fae4a3c9b9 (diff) | |
download | freebsd-ports-gnome-8cef392f5dcb76977450e6aa30117a1e93289888.tar.gz freebsd-ports-gnome-8cef392f5dcb76977450e6aa30117a1e93289888.tar.zst freebsd-ports-gnome-8cef392f5dcb76977450e6aa30117a1e93289888.zip |
Set LATEST_LINK to disambiguate the wine-devel port from wine;
bump PORTREVISION.
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c24b94184276..ea9952481410 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,13 +1,13 @@ # Ports collection makefile for: wine-devel # Date created: 2012-04-05 # Whom: Gerald Pfeifer <gerald@FreeBSD.org> - # # $FreeBSD$ # PORTNAME= wine DISTVERSION= 1.5.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -30,6 +30,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ CONFLICTS_INSTALL= wine-1.4* +LATEST_LINK= wine-devel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes |