diff options
author | gerald <gerald@FreeBSD.org> | 2012-05-28 16:22:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-05-28 16:22:29 +0800 |
commit | 2488005e7c424d28e2fa645fec9e53134e8b3cac (patch) | |
tree | e0eb196378b5227b21c43d1eed94616f4b108042 /emulators | |
parent | cebf08309deadb4f513fc89b4a7c526859e8d223 (diff) | |
download | freebsd-ports-gnome-2488005e7c424d28e2fa645fec9e53134e8b3cac.tar.gz freebsd-ports-gnome-2488005e7c424d28e2fa645fec9e53134e8b3cac.tar.zst freebsd-ports-gnome-2488005e7c424d28e2fa645fec9e53134e8b3cac.zip |
Use LATEST_LINK to distinguish this port from wine-gecko, and change
its PORTNAME to wine-gecko accordingly.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index db4295080446..2b611a51d890 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ -PORTNAME= wine-gecko-devel +PORTNAME= wine-gecko DISTVERSION= 1.5 CATEGORIES= emulators MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} @@ -18,6 +18,7 @@ COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi +LATEST_LINK= wine-gecko-devel NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine |