diff options
author | romain <romain@FreeBSD.org> | 2015-08-16 17:13:56 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2015-08-16 17:13:56 +0800 |
commit | 08b78c3222434f9f08481aace4123cb761137532 (patch) | |
tree | 4af8a8e80dd49b8822e2ac827552567284e1086c /lang | |
parent | 5e9a61bc7862f29846296738995e48af439011f3 (diff) | |
download | freebsd-ports-gnome-08b78c3222434f9f08481aace4123cb761137532.tar.gz freebsd-ports-gnome-08b78c3222434f9f08481aace4123cb761137532.tar.zst freebsd-ports-gnome-08b78c3222434f9f08481aace4123cb761137532.zip |
Tidy-up a bit the Makefile
Reported by: danfe
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index c4989bf9286f..b5607629da0c 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -10,7 +10,6 @@ PATCHFILES= # PATCH_SITES= https://github.com/mono/mono/commit/ PATCH_DIST_STRIP=-p1 -WRKSRC= ${WRKDIR}/mono-4.0.3 MAINTAINER= mono@FreeBSD.org COMMENT= Open source implementation of .NET Development Framework @@ -22,6 +21,7 @@ USE_GNOME= glib20 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/mono-4.0.3 # Moonlight is installed as part of www/moonlight CONFIGURE_ARGS= --with-moonlight=no --disable-dtrace |