diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-04-07 15:18:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-04-07 15:18:33 +0000 |
commit | e22a7f65f247019c1cbf5870f21ccb9ab087ad95 (patch) | |
tree | cf48dbb25a652f0cdff99821133702f9ddc7ec78 /emulators | |
parent | cfafc2e6627a78d9dbba8919ad9150e1cceaaddf (diff) |
Notes
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 |