diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-03-21 20:07:14 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-03-21 20:07:14 +0000 |
commit | 0760fd1bce47515e5e78c976e67e3dfcd94b4113 (patch) | |
tree | ec693bf75a276b637a8cbba47a1e7f6452ebbfab /irc | |
parent | - Remove USE_X_PREFIX (diff) |
- Get rid of USE_X_PREFIX
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209553
Diffstat (limited to 'irc')
-rw-r--r-- | irc/olirc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index f0f671e2b59c..83a0d3bdb422 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= olirc PORTVERSION= 0.0.38.a3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://olirc.sourceforge.net/ DISTNAME= olirc-0.0.38-alpha-3.2 @@ -19,7 +19,6 @@ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 PLIST_FILES= bin/olirc USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} |