diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:40:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:40:41 +0000 |
commit | 4d866f3de1dd18d893ea2f83f7049b3459147b46 (patch) | |
tree | 8b80f44c2c1492f1a38059ee2b6bfc7b1ccfe761 | |
parent | 6ac9cb0c1f04cd339753ca9ee03c71d628dcca2d (diff) | |
download | freebsd-ports-4d866f3de1dd18d893ea2f83f7049b3459147b46.zip |
Fix
With hat: portmgr
-rw-r--r-- | multimedia/gnome-subtitles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile index b25dbd51d593..183ee17be5b6 100644 --- a/multimedia/gnome-subtitles/Makefile +++ b/multimedia/gnome-subtitles/Makefile @@ -43,4 +43,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |