diff options
author | nox <nox@FreeBSD.org> | 2008-03-22 04:07:14 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2008-03-22 04:07:14 +0800 |
commit | 1ed4c14284bc8ac618238c17ed33f200684dd2e3 (patch) | |
tree | dff988cec7c69dbdf73a6cf090548ed7a73ceac3 /irc | |
parent | 03474558bdc8eb0fb8c07d0897dac7152ba4a759 (diff) | |
download | freebsd-ports-gnome-1ed4c14284bc8ac618238c17ed33f200684dd2e3.tar.gz freebsd-ports-gnome-1ed4c14284bc8ac618238c17ed33f200684dd2e3.tar.zst freebsd-ports-gnome-1ed4c14284bc8ac618238c17ed33f200684dd2e3.zip |
- Get rid of USE_X_PREFIX
- Bump PORTREVISION
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} |