diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-06-25 02:08:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-06-25 02:08:46 +0800 |
commit | d0a4b2d8a93b55f7f14c590ab02233584012842c (patch) | |
tree | 77280ff19226bb09d3a3fbc823bf0a13a37ec80a /x11 | |
parent | e0e879980e29c9bbc4ee9cdc2b50590f6dd6dc93 (diff) | |
download | freebsd-ports-gnome-d0a4b2d8a93b55f7f14c590ab02233584012842c.tar.gz freebsd-ports-gnome-d0a4b2d8a93b55f7f14c590ab02233584012842c.tar.zst freebsd-ports-gnome-d0a4b2d8a93b55f7f14c590ab02233584012842c.zip |
Advise portscout to skip version 1.1 which is actually older than 1.1b
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index cea8716679d0..96f3f2a502e9 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -21,6 +21,8 @@ MAKE_JOBS_SAFE= yes PLIST_FILES= bin/gtk-launch PORTDOCS= INSTALL +PORTSCOUT= skipv:1.1 + post-patch: ${ECHO_CMD} >> ${WRKSRC}/launch.c |