diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-21 15:26:03 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-21 15:26:03 +0000 |
commit | 5a29638c6b5012aac80f9b46045c16ecb53a808a (patch) | |
tree | ba9790d26091a12305315b0b06e78426aaada2df | |
parent | Fix build with clang (diff) |
- Add missing PORTEPOCH. It is present on previous version of opera-devel
Reported by: erwin
Notes
Notes:
svn path=/head/; revision=284068
-rw-r--r-- | www/opera-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index fa9cd3dbf7c8..92e8f1f8d129 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} +PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/ PKGNAMESUFFIX= -devel |