aboutsummaryrefslogtreecommitdiff
path: root/emulators/tilem/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-29 14:55:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-29 14:55:57 +0000
commitfd1348c5630e08fb5a2243579759f2da41969deb (patch)
treeb3ab3f0b1429b31fb3c07938f0cf1e84a0719405 /emulators/tilem/Makefile
parente166b2db60e2cc5f081b7a2a02e1f7299e5913d7 (diff)
downloadports-fd1348c5630e08fb5a2243579759f2da41969deb.tar.gz
ports-fd1348c5630e08fb5a2243579759f2da41969deb.zip
- Stagify, convert USE_BZIP2 to USES, and sort the latter while here
- Inhibit adding of -O3 to CFLAGS (i.e. respect their standard value)
Notes
Notes: svn path=/head/; revision=349530
Diffstat (limited to 'emulators/tilem/Makefile')
-rw-r--r--emulators/tilem/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile
index 5ab8afcd00ab..88f0c61723ee 100644
--- a/emulators/tilem/Makefile
+++ b/emulators/tilem/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tilem
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF
@@ -14,14 +14,13 @@ LICENSE= GPLv3
LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2
-USES= desktop-file-utils shared-mime-info pkgconfig
-USE_BZIP2= yes
+USES= desktop-file-utils pkgconfig shared-mime-info tar:bzip2
GNU_CONFIGURE= yes
+CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld
USE_GNOME= gtk20
INSTALLS_ICONS= yes
# Unbreak parallel builds (-jX)
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \
${WRKSRC}/Makefile.in