diff options
author | gerald <gerald@FreeBSD.org> | 2017-02-20 06:42:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-02-20 06:42:29 +0800 |
commit | f4c000a8b567d769f04cc75166ef3d1294587f68 (patch) | |
tree | 6770ed9b0b20383ced009f51afad01bbacc5f9f2 /astro | |
parent | 1d64cf95bee933eb33582c239483117c33a80234 (diff) | |
download | freebsd-ports-gnome-f4c000a8b567d769f04cc75166ef3d1294587f68.tar.gz freebsd-ports-gnome-f4c000a8b567d769f04cc75166ef3d1294587f68.tar.zst freebsd-ports-gnome-f4c000a8b567d769f04cc75166ef3d1294587f68.zip |
Omit GH_PROJECT=${PORTNAME} which is the default for USE_GITHUB=yes.
Approved by: maintainer (Oliver Heesakkers <dev2@heesakkers.info>)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/merkaartor/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 4a43f3bbede9..44c3a0e05a6d 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ USE_GITHUB= yes GH_ACCOUNT= openstreetmap -GH_PROJECT= ${PORTNAME} USES= pkgconfig sqlite:3 qmake USE_LDCONFIG= yes |