diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:41:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:41:22 +0800 |
commit | f204a94350c066ce0a5abf953bd0743805111df7 (patch) | |
tree | f18338b6c550cf0a767f3c0f83c8b8d8e0474765 | |
parent | dcc5af072b25ad35f70d472bde8577af9d9a4343 (diff) | |
download | freebsd-ports-gnome-f204a94350c066ce0a5abf953bd0743805111df7.tar.gz freebsd-ports-gnome-f204a94350c066ce0a5abf953bd0743805111df7.tar.zst freebsd-ports-gnome-f204a94350c066ce0a5abf953bd0743805111df7.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
-rw-r--r-- | x11/gtk-launch/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index b2da2069f41a..e4f6de68a2b3 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -20,8 +20,6 @@ PORTSCOUT= skipv:1.1 OPTIONS_DEFINE=DOCS -.include <bsd.port.options.mk> - post-patch: ${ECHO_CMD} >> ${WRKSRC}/launch.c |