diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 14:30:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 14:30:24 +0000 |
commit | eb2d7a4fe2d81f1052eed0f2546e9c21c1cb4b66 (patch) | |
tree | 7fbf018f507004677b0bf80823f7f19772e6977d /graphics/telak/Makefile | |
parent | 9824a1c273aff3bb5d8d1406737be40fb258c058 (diff) | |
download | ports-eb2d7a4fe2d81f1052eed0f2546e9c21c1cb4b66.tar.gz ports-eb2d7a4fe2d81f1052eed0f2546e9c21c1cb4b66.zip |
Notes
Diffstat (limited to 'graphics/telak/Makefile')
-rw-r--r-- | graphics/telak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index b60cde7ef199..d860b3a8bf8e 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -3,7 +3,7 @@ PORTNAME= telak PORTVERSION= 0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ LOCAL/ehaupt @@ -18,6 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libImlib2.so:graphics/imlib2 USES= gmake +USE_XORG= x11 ALL_TARGET= ${PORTNAME} |