diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:26:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:26:45 +0800 |
commit | 92b1cd704c36e310563b1cb0e66e69be16b2ea01 (patch) | |
tree | 95cd481a74f792f2c8ebbd526c87c76cf323b1d7 /graphics/telak | |
parent | 6257ae6b2a665d20a959592e41968e89784991d3 (diff) | |
download | freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.tar.gz freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.tar.zst freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'graphics/telak')
-rw-r--r-- | graphics/telak/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index bb008f7719f6..3b2c7adce2f9 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -7,7 +7,7 @@ PORTNAME= telak PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ http://critical.ch/distfiles/ \ @@ -20,7 +20,6 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ gcrypt.15:${PORTSDIR}/security/libgcrypt \ USE_GMAKE= yes -USE_X_PREFIX= yes USE_GETOPT_LONG=yes USE_EFL= imlib2 |