diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-19 02:14:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-19 02:14:39 +0800 |
commit | 0b81d6abf1ec3b986e2da82a9c0d66afc0ca2120 (patch) | |
tree | dec89260ec193828e2663f359f8519ad6b165be0 /audio | |
parent | c4b77bd41b7eb76f1ad4d1ea43dccc12bfa108ba (diff) | |
download | freebsd-ports-gnome-0b81d6abf1ec3b986e2da82a9c0d66afc0ca2120.tar.gz freebsd-ports-gnome-0b81d6abf1ec3b986e2da82a9c0d66afc0ca2120.tar.zst freebsd-ports-gnome-0b81d6abf1ec3b986e2da82a9c0d66afc0ca2120.zip |
gmake is no more needed
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vo-aacenc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile index abd652fe73a3..b23be004d9ac 100644 --- a/audio/vo-aacenc/Makefile +++ b/audio/vo-aacenc/Makefile @@ -11,9 +11,6 @@ COMMENT= VisualOn AAC encoder library LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif GNU_CONFIGURE= yes |